home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / AIAT 1.0.1 / Examples / Sources / PowerPlantStorage / PowerPlantStorage.h < prev    next >
Encoding:
Text File  |  1997-09-11  |  290 b   |  13 lines  |  [TEXT/CWIE]

  1. // HFSStorage.h
  2. //    Copyright:    © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
  3.  
  4.  
  5.  
  6. #pragma once
  7.  
  8. #include "IAStorage.h"
  9. #include <Types.h>
  10.  
  11. IAStorage* MakePowerPlantStorage(short vRef, long dirId, const StringPtr name,
  12.                                  OSType creator = 'VTWN', OSType fileType = 'STOR');
  13.